home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 [x86] / NeXT Step 3.1 Intel.cdr.dmg / NextApps / Preferences.app / Screen.preferences / Swedish.lproj / Screen.nib / data.classes next >
Text File  |  1993-04-01  |  744b  |  60 lines

  1. MyBeeper = {
  2.     SUPERCLASS = Beeper;
  3. };
  4. Screen = {
  5.     ACTIONS = {
  6.     revert:;
  7.     turnOnOff:;
  8.     remove:;
  9.     screenPicked:;
  10.     set:;
  11.     locate:;
  12.     };
  13.     OUTLETS = {
  14.     whForm;
  15.     setButton;
  16.     alertText;
  17.     revertButton;
  18.     screenStrings;
  19.     removeButton;
  20.     xyForm;
  21.     window;
  22.     screenGizmo;
  23.     screenScroll;
  24.     onOffMatrix;
  25.     screenType;
  26.     };
  27.     SUPERCLASS = Layout;
  28. };
  29. Layout = {
  30.     SUPERCLASS = Object;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. ScreenControl = {
  38.     ACTIONS = {
  39.     options:;
  40.     };
  41.     SUPERCLASS = Control;
  42. };
  43. Beeper = {
  44.     ACTIONS = {
  45.     writeLayout:;
  46.     options:;
  47.     beep:;
  48.     revertLayout:;
  49.     };
  50.     OUTLETS = {
  51.     screenGizmo;
  52.     window;
  53.     xyForm;
  54.     screenScroll;
  55.     whForm;
  56.     screenType;
  57.     };
  58.     SUPERCLASS = Application;
  59. };
  60.